home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / komercni software / zoner / zps8_cz.exe / {app} / HTMLPublish / blue.zht / css.tpl < prev    next >
Text File  |  2006-03-22  |  4KB  |  229 lines

  1. body
  2. {
  3.   background: ${BACKGROUND};
  4.   font-family: ${BODYFONT};
  5.   text-align: center;
  6. }
  7.  
  8. table
  9. {
  10.   margin-top: 8px;
  11.   margin-bottom: 8px;
  12. }
  13.  
  14. .header
  15. {
  16.   font-size: ${HEAD_FONT_SIZE}px;
  17.   color: ${HEAD_FONT_COLOR};
  18.   margin-bottom: 4px;
  19.   font-family: ${HEADERFONT};
  20.   line-height: 2.0em;
  21. }
  22.  
  23. .index_table
  24. {
  25.   background: none;
  26.   width: ${THN_TABLE_WIDTH}px;
  27. }
  28. .index_tr
  29. {
  30.   text-align: left;
  31.   vertical-align: top;
  32.   height: ${THN_TD_HEIGHT}px;
  33. }
  34. .index_img_td, .index_img_td_alb
  35. {
  36.   text-align: center;
  37.   vertical-align: middle;
  38.   padding: 0;
  39.   background-color: ${THN_BGCOLOR};
  40.   width: ${THN_TD_WIDTH}px;
  41. }
  42.  
  43. .index_img_td_alb
  44. {
  45.   background-color: ${ALB_THN_BGCOLOR};
  46. }
  47.  
  48. .index_desc_td, .index_desc_td_alb
  49. {
  50.   font-size: ${DESC_FONT_SIZE}px;
  51.   font-family: Tahoma, Helvetica, Arial, sans-serif;
  52.   color: ${DESC_FONT_COLOR};
  53.   background-color: ${DESC_BGCOLOR};
  54.   text-align: left;
  55.   vertical-align: top;
  56.   border: 1px;
  57. }
  58.  
  59. .index_desc_td_alb
  60. {
  61.   font-size: ${ALB_DESC_FONT_SIZE}px;
  62.   color: ${ALB_DESC_FONT_COLOR};
  63.   background-color: ${ALB_DESC_BGCOLOR};
  64. }
  65.  
  66. .index_desc_td_alb a
  67. {
  68.   color: ${ALB_DESC_LINK_COLOR};
  69.   text-decoration: none;
  70. }
  71.  
  72. .index_desc_td a
  73. {
  74.   color: ${DESC_LINK_COLOR};
  75.   text-decoration: none;
  76. }
  77.  
  78. .index_desc_td a:hover, .index_desc_td_alb a:hover
  79. {
  80.   text-decoration: underline;
  81. }
  82.  
  83. .index_desc_title
  84. {
  85.   font-size: ${INDEX_DESC_TITLE_FONT_SIZE}px;
  86.   font-weight: bold;
  87. }
  88.  
  89. .index_desc_title_alb
  90. {
  91.   font-size: ${ALB_INDEX_DESC_TITLE_FONT_SIZE}px;
  92.   font-weight: bold;
  93. }
  94. .nav_table
  95. {
  96.   background: none;
  97.   width: ${THN_TABLE_WIDTH}px;
  98. }
  99. .nav_tr
  100. {
  101.   height: 0px;
  102. }
  103. .nav_td_root, .nav_td_up, .nav_td_first, .nav_td_prev, .nav_td_next, .nav_td_last, .nav_td_text, .nav_td_back, .nav_td_textusr
  104. {
  105.   font-size: ${NAV_FONT_SIZE}px;
  106.   font-family: ${BODYFONT};
  107.   color: ${NAV_FONT_COLOR};
  108.   text-align: center;
  109.   background-color: ${NAV_BGCOLOR};
  110. }
  111.  
  112. .nav_td_textusr {
  113.   text-align: left;
  114. }
  115.  
  116. .nav_td_root, .nav_td_up, .nav_td_first, .nav_td_prev, .nav_td_next, .nav_td_last
  117. {
  118.   width: 30px;
  119. }
  120. .nav_td_text, .nav_td_textusr
  121. {
  122.   background-color: ${NAV_TEXT_BGCOLOR};
  123. }
  124. .nav_td_back {
  125.   background-color: ${NAV_BACK_BGCOLOR};
  126. }
  127. .nav_td_root a, .nav_td_up a, .nav_td_first a, .nav_td_prev a, .nav_td_next a, .nav_td_last a, .nav_td_text a, .nav_td_back a, .nav_td_textusr a
  128. {
  129.   color: ${NAV_LINK_COLOR};
  130.   text-decoration: none;
  131. }
  132.  
  133. .footer a
  134. {
  135.   color: ${FOOTER_LINK_COLOR};
  136.   text-decoration: none;
  137. }
  138.  
  139. .nav_td_root a:hover, .nav_td_up a:hover, .nav_td_first a:hover, .footer a:hover, .nav_td_prev a:hover, .nav_td_next a:hover, .nav_td_last a:hover, .nav_td_text a:hover .nav_td_textusr a:hover
  140. {
  141.   text-decoration: underline;
  142. }
  143.  
  144. .img, .index_img
  145. {
  146.   border: none;
  147. }
  148. .img_table
  149. {
  150.   background: none;
  151.   width: ${THN_TABLE_WIDTH}px;
  152. }
  153. .img_desc_tr
  154. {
  155.   height: 0px;
  156. }
  157. .img_desc_td, .img_desc_td_empty
  158. {
  159.   font-size: ${DESC_FONT_SIZE}px;
  160.   font-family: ${BODYFONT};
  161.   color: ${DESC_FONT_COLOR};
  162.   background-color: ${DESC_BGCOLOR};
  163. /*  width: ${DESC_TD_WIDTH}px;*/
  164.   text-align:left;
  165. }
  166. .img_desc_td_empty
  167. {
  168.   background: none;
  169. }
  170. .img_desc_td a
  171. {
  172.   color: ${DESC_LINK_COLOR};
  173.   text-decoration: none;
  174. }
  175. .img_desc_td a:hover
  176. {
  177.   text-decoration: underline;
  178. }
  179. .img_tr
  180. {
  181.   text-align: center;
  182.   vertical-align: middle;
  183.   height: ${THN_TD_HEIGHT}px;
  184. }
  185. .img_td, .img_td_empty
  186. {
  187.   padding: 0;
  188.   background-color: ${THN_BGCOLOR};
  189.   width: ${THN_TD_WIDTH}px;
  190. }
  191. .img_td_empty
  192. {
  193.   background: none;
  194. }
  195. .img_org_tr
  196. {
  197.   height: 0px;
  198. }
  199. .img_org_td, .img_org_td_empty
  200. {
  201.   font-size: ${ORG_FONT_SIZE}px;
  202.   font-family: ${BODYFONT};
  203.   color: ${ORG_FONT_COLOR};
  204.   text-align: right;
  205.   background-color: ${ORG_BGCOLOR};
  206. /*  width: ${ORG_TD_WIDTH}px;*/
  207. }
  208. .img_org_td_empty
  209. {
  210.   background: none;
  211. }
  212. .img_org_td a
  213. {
  214.   color: ${ORG_LINK_COLOR};
  215.   text-decoration: none;
  216. }
  217. .img_org_td a:hover
  218. {
  219.   text-decoration: underline;
  220. }
  221.  
  222. .footer
  223. {
  224.   margin-top: 15px;
  225.   font-size: ${FOOT_FONT_SIZE}px;
  226.   font-family: ${BODYFONT};
  227.   color: ${FOOT_FONT_COLOR};
  228. }
  229.